home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
GAMES
/
CHEAT
/
CheatMake
/
!CheatMake
/
Resources
/
Docs
/
ChtMk II
< prev
next >
Wrap
Text File
|
1995-09-08
|
1KB
|
41 lines
Description of a CheatMaker Format II cheat file
© 1995 by Christian Kohlschütter
The modules created with CheatMaker in this format are FREEWARE and may be
freely distributed.
+&2c CHM2 (CheatMaker Format II)
+&30 pointer to Table A
Table A (General information and pointers to cheats)
+0 offset to game name, or 0
+4 offset to finder's name, or 0
+8 offset to help text, or 0
+12 offset to key descriptions, or 0
+16 flags, reserved
starting at +20:
cheat number (OS_Byte 121 format) << 24 (TOP 8 bits)
address (pointer to table B) (LOW 24 bits)
terminated by -1
Table B (one for each cheat)
If "only if" active:
+0 = address, bit 31 set if byte only
+4 = value
Else
+0 = 0
Repeat:
+0 = address (LOW 24 bits)
TOP 8 bits:
Bits 24-26: Mode: 0 = set, 1=add, 2=sub, 3=OR,4=AND,5=EOR
Bits 27-29 reserved
Bit 31 set: alter byte only
Bit 30 set: next cheat has the same value as this one
+4 = value or, if bit 30 of previous address was set, next address
terminated by -1